Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/gateway (source) 2.11.2 -> 2.11.3 age adoption passing confidence devDependencies patch
@apollo/subgraph (source) 2.11.2 -> 2.11.3 age adoption passing confidence devDependencies patch
@changesets/cli (source) 2.29.6 -> 2.29.7 age adoption passing confidence devDependencies patch
@rollup/plugin-commonjs (source) 28.0.6 -> 28.0.9 age adoption passing confidence devDependencies patch
@rollup/plugin-node-resolve (source) 16.0.1 -> 16.0.3 age adoption passing confidence devDependencies patch
@types/express (source) 5.0.3 -> 5.0.4 age adoption passing confidence devDependencies patch
@types/express-serve-static-core (source) 5.0.7 -> 5.1.0 age adoption passing confidence devDependencies minor
@types/node (source) 20.19.11 -> 20.19.23 age adoption passing confidence devDependencies patch
cspell (source) 9.2.0 -> 9.2.2 age adoption passing confidence devDependencies patch
eslint (source) 9.34.0 -> 9.38.0 age adoption passing confidence devDependencies minor
jdx/mise v2025.8.20 -> v2025.10.18 age adoption passing confidence minor
jest (source) 30.0.5 -> 30.2.0 age adoption passing confidence devDependencies minor
jest-config (source) 30.0.5 -> 30.2.0 age adoption passing confidence devDependencies minor
jest-mock (source) 30.0.5 -> 30.2.0 age adoption passing confidence devDependencies minor
make-fetch-happen 15.0.1 -> 15.0.2 age adoption passing confidence dependencies patch
node (source) 22.18.0 -> 22.21.0 age adoption passing confidence minor
rollup (source) 4.48.0 -> 4.52.5 age adoption passing confidence devDependencies minor
ts-jest (source) 29.4.1 -> 29.4.5 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.40.0 -> 8.46.2 age adoption passing confidence devDependencies minor

Release Notes

apollographql/federation (@​apollo/gateway)

v2.11.3

Compare Source

Patch Changes
apollographql/federation (@​apollo/subgraph)

v2.11.3

Compare Source

Patch Changes
changesets/changesets (@​changesets/cli)

v2.29.7

Compare Source

Patch Changes
rollup/plugins (@​rollup/plugin-commonjs)

v28.0.9

2025-10-24

Bugfixes
  • fix: handle node: builtins with strictRequires: auto (#​1930)

v28.0.8

2025-10-16

Bugfixes
  • fix: guard moduleSideEffects for wrapped externals (#​1914)

v28.0.7

2025-10-14

Bugfixes
  • fix: avoid hoisting dynamically required node: builtins under strictRequires (#​1909)
rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.3

2025-10-13

Bugfixes
  • fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#​1908)

v16.0.2

2025-10-04

Bugfixes
  • fix: error thrown with empty entry (#​1893)
streetsidesoftware/cspell (cspell)

v9.2.2

Compare Source

Fixes
fix: Wait for the cache to save (#​7926)
fix: Wait for the cache to save (#​7926)

This fixes a flaky cache situation caused by not waiting for the cache to save before moving on.


Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7915)
fix: Workflow Bot -- Update Dictionaries (main) (#​7915)

v9.2.1

Compare Source

Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)
eslint/eslint (eslint)

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)

Bug Fixes

Documentation

  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)

v9.35.0

Compare Source

Features

  • 42761fa feat: implement suggestions for no-empty-function (#​20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#​20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#​19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#​20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#​20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#​20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#​20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#​20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#​20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#​20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#​20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#​20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#​20033) (Francesco Trotta)

Chores

jdx/mise (jdx/mise)

v2025.10.18

Compare Source

🚀 Features
  • (task) make leading colon optional for monorepo task references by @​jdx in #​6763
🐛 Bug Fixes
  • (task) resolve monorepo task dependencies with colons in task names by @​jdx in #​6761
  • Add clang and libs to nix nativeBuildInputs by @​laozc in #​6760
📚 Documentation
  • (task) deprecate Tera template functions for task arguments by @​jdx in #​6764

v2025.10.17

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
📚 Documentation
◀️ Revert
  • fix(shell): prevent infinite loop in zsh command-not-found handler by @​jdx in #​6758
📦️ Dependency Updates
New Contributors

v2025.10.16

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
New Contributors

v2025.10.15

Compare Source

🚀 Features
  • (aqua) use GitHub API digests for release asset checksums by @​jdx in #​6720
  • (github) use GitHub API digests for release asset checksums by @​jdx in #​6721
  • (plugins) automatically install backend plugins by @​roele in #​6696
  • (tasks) add choices to flag() and enable naked runs with task flags by @​jdx in #​6707
🐛 Bug Fixes
📦️ Dependency Updates
New Contributors

v2025.10.14

Compare Source

🚀 Features
  • (tasks) add env var support for args/flags in usage specs by @​jdx in #​6704
🐛 Bug Fixes
  • (release) prevent S3 rate limiting errors during CDN upload by @​jdx in #​6705
📚 Documentation
  • add comprehensive documentation for environment plugins by @​jdx in #​6702
📦️ Dependency Updates

v2025.10.13

Compare Source

🐛 Bug Fixes
📚 Documentation
New Contributors

v2025.10.12

Compare Source

🐛 Bug Fixes
  • (rust) preserve original PATH entries when managing tool paths by @​jdx in #​6689
📦️ Dependency Updates

v2025.10.11

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
New Contributors

v2025.10.10

Compare Source

🐛 Bug Fixes
New Contributors

v2025.10.9

Compare Source

🐛 Bug Fixes
  • (docs) add missing config file path by @​azais-corentin in #​6658
  • (task) resolve monorepo dependency chains with local task ref

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the 🎄 dependencies Updates to dependencies, generally automatically managed by Renovate. label Aug 31, 2025
@apollo-librarian
Copy link

apollo-librarian bot commented Aug 31, 2025

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: 0a18e11f2c07b43f64592521
Build Logs: View logs

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 31, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf0002c to a7d39d2 Compare August 31, 2025 13:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5f6455b to 90fe271 Compare September 14, 2025 00:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a623ca8 to e648e07 Compare September 22, 2025 01:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0d309e7 to 044f9a3 Compare September 29, 2025 00:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d6dc354 to ddcd81f Compare October 10, 2025 13:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a159cf3 to fc78e64 Compare October 16, 2025 02:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from b7c399a to 7922bb5 Compare October 23, 2025 20:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 70b2616 to 6ea1da8 Compare October 24, 2025 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ea1da8 to 46de1a4 Compare October 25, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎄 dependencies Updates to dependencies, generally automatically managed by Renovate.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants